home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / moni / Scout-src.lha / source / scout.cd < prev    next >
Text File  |  2002-09-16  |  9KB  |  728 lines

  1. #language english
  2. #version 3
  3. ;
  4. ; strings in scout.c
  5. msgCantOpenInputDevice (0//)
  6. Can't open input.device!\n
  7. ;
  8. ;
  9. msgCantOpenTimerDevice (//)
  10. Can't open timer.device!\n
  11. ;
  12. ;
  13. msgNoHostNameSpecified (//)
  14. No HOST specified!\n
  15. ;
  16. ;
  17. msgStartTCPIPStack (//)
  18. Please start a TCP/IP stack first (i.e. AmiTCP/Genesis or Miami(Dx))!\n
  19. ;
  20. ;
  21. msgCantCreateApplication (//)
  22. Can't create application!\n
  23. ;
  24. ;
  25. msgCantSendARexxScript (//)
  26. Can't send script %s to port \"%s\"!\n
  27. ;
  28. ;
  29. msgBreak (//)
  30. ***Break\n
  31. ;
  32. ; strings in scout_net.c
  33. msgCantInitTCPIP (100//)
  34. Can't initialize TCP/IP stack!\n
  35. ;
  36. ;
  37. msgAskForPassword (//)
  38. Password:
  39. ;
  40. ;
  41. msgCantGetPassword (//)
  42. Can't get password!\n
  43. ;
  44. ;
  45. msgCantConnectToServer (//)
  46. Can't connect to server!\n
  47. ;
  48. ;
  49. msgCantCreateSocket (//)
  50. Can't create socket!\n
  51. ;
  52. ;
  53. msgCantFindHost (//)
  54. Can't find host \"%s\"!\n
  55. ;
  56. ;
  57. msgUnknownOption (//)
  58. Unknown option
  59. ;
  60. ;
  61. msgWrongPassword (//)
  62. Wrong password!\n
  63. ;
  64. ;
  65. msgNoPrivilege (//)
  66. You don't have root privileges!\n
  67. ;
  68. ;
  69. msgUnknownUser (//)
  70. Unknown user!\n
  71. ;
  72. ;
  73. msgNoBEGINReceived (//)
  74. No \"BEGIN\" received!\n
  75. ;
  76. ;
  77. msgErrorOccured (//)
  78. Error occured!
  79. ;
  80. ;
  81. msgErrorContinue (//)
  82. Continue
  83. ;
  84. ; strings in objects/scout_about.c
  85. txtMUIContinue (200//)
  86. _Continue
  87. ;
  88. ;
  89. txtAboutText (//)
  90. \033c\n\
  91. %s\n\
  92. %s\n\
  93. \n\
  94. %s\n\
  95. All Rights Reserved\n\
  96. \n\
  97. This program is \033bFreeware\033n.\n\
  98. EMail: %s\n\
  99. \n\
  100. ARexx port name: %s\n
  101. ;
  102. ; general button strings
  103. txtUpdate (300//)
  104. _Update
  105. ;
  106. ;
  107. txtPrint (//)
  108. Pr_int
  109. ;
  110. ;
  111. txtRemove (//)
  112. _Remove
  113. ;
  114. ;
  115. txtPriority (//)
  116. _Priority
  117. ;
  118. ;
  119. txtMore (//)
  120. _More
  121. ;
  122. ;
  123. txtClose (//)
  124. _Close
  125. ;
  126. ;
  127. txtExit (//)
  128. E_xit
  129. ;
  130. ;
  131. txtFunctions (//)
  132. _Functions
  133. ;
  134. ;
  135. msgYesNo (//)
  136. Yes|No
  137. ;
  138. ;
  139. msgOnceAllCancel (//)
  140. Once|All|Cancel
  141. ;
  142. ;
  143. txtMUIOk (//)
  144. _Ok
  145. ;
  146. ;
  147. txtMUICancel (//)
  148. _Cancel
  149. ;
  150. ;
  151. txtNone (//)
  152. <none>
  153. ;
  154. ; strings in assigns window
  155. msgWantToRemoveAssignFromList (400//)
  156. Do you really want to remove directory\n\
  157. \"%s\" from assign \"%s\"?
  158. ;
  159. ;
  160. msgWantToRemoveAssign (//)
  161. Do you really want to assign \"%s\"?
  162. ;
  163. ; strings in classes window
  164. msgWantToRemoveClass (500//)
  165. Do you really want to remove class\n\
  166. \"%s\"?
  167. ;
  168. ; strings in commands window
  169. msgCantRemoveInternal (600//)
  170. Can't remove INTERNAL commands!
  171. ;
  172. ;
  173. msgCantRemoveSystem (//)
  174. Can't remove SYSTEM commands!
  175. ;
  176. ;
  177. msgCantRemoveDisabled (//)
  178. Can't remove DISABLED commands!
  179. ;
  180. ;
  181. msgWantToRemoveCommand (//)
  182. Do you really want to remove command\n\
  183. \"%s\"?
  184. ;
  185. ; strings in commodities window
  186. txtAppear (700//)
  187. _Appear
  188. ;
  189. ;
  190. txtDisappear (//)
  191. _Disappear
  192. ;
  193. ;
  194. txtEnable (//)
  195. _Enable
  196. ;
  197. ;
  198. txtDisable (//)
  199. Di_sable
  200. ;
  201. ;
  202. txtKill (//)
  203. _Kill
  204. ;
  205. ;
  206. txtListChange (//)
  207. List_Chg
  208. ;
  209. ;
  210. txtUnique (//)
  211. Uni_que
  212. ;
  213. ;
  214. msgWantToRemoveCommoditiy (//)
  215. Do you really want to remove commodity\n\
  216. \"%s\"?
  217. ;
  218. ; strings in devices window
  219. msgWantToRemoveDevice (800//)
  220. Do you really want to remove device\n\
  221. \"%s\"?
  222. ;
  223. ;
  224. txtSupportedCommands (//)
  225. Supported commands:
  226. ;
  227. ; strings in expansions window
  228. msgNoIdentifyLibrary (900//)
  229. [identify.library required]
  230. ;
  231. ; strings in fonts window
  232. msgWantToCloseFont (1000//)
  233. Do you really want to close font\n\
  234. \"%s\"?
  235. ;
  236. ;
  237. msgWantToRemoveFont (//)
  238. Do you really want to remove font\n\
  239. \"%s\"?
  240. ;
  241. ;
  242. msgAccessorCountIsZero (//)
  243. Sorry, the count of accessors is already zero!
  244. ;
  245. ;
  246. msgAccessorCountIsNotZero (//)
  247. Sorry, the count of accessors is not zero!
  248. ;
  249. ; strings in functions window
  250. txtNoFDFile (1100//)
  251. <no .fd file>
  252. ;
  253. ;
  254. txtNoJump (//)
  255. <no jmp>
  256. ;
  257. ;
  258. txtNoFunctionEntry (//)
  259. <no entry in .fd file>
  260. ;
  261. ; strings in inputhandlers window
  262. msgWantToRemoveInputHandler (1200//)
  263. Do you really want to remove input handler\n\
  264. \"%s\"?
  265. ;
  266. ; strings in interrupts window
  267. msgCantRemoveInterruptHandler (1300//)
  268. Sorry, I can't remove an interrupt handler!
  269. ;
  270. ;
  271. msgWantToRemoveInterrupt (//)
  272. Do you really want to remove interrupt server\n\
  273. \"%s\"?
  274. ;
  275. ; strings in libraries window
  276. msgWantToRemoveLibrary (1400//)
  277. Do you really want to remove library\n\
  278. \"%s\"?
  279. ;
  280. ;
  281. msgWantToCloseLibrary (//)
  282. Do you really want to close library\n\
  283. \"%s\"?
  284. ;
  285. ;
  286. msgLibOpenCountIsZero (//)
  287. Sorry, the open count is already zero!
  288. ;
  289. ; strings in locks window
  290. txtPattern (1500//)
  291. Pattern:
  292. ;
  293. ;
  294. msgLocksShownHidden (//)
  295. %lD shown, %lD hidden
  296. ;
  297. ;
  298. msgLocksShownHiddenDone (//)
  299. %lD shown, %lD hidden. Done.
  300. ;
  301. ;
  302. msgWantToRemoveLock (//)
  303. Do you really want to remove lock\n\
  304. \"%s\"?
  305. ;
  306. ;
  307. msgYesAllNoAbort (//)
  308. Yes|All|No|Abort
  309. ;
  310. ; strings in lowmemory window
  311. msgWantToRemoveLowMemory (1600//)
  312. Do you really want to remove lowmemory handler\n\
  313. \"%s\"?
  314. ;
  315. ; strings in memory window
  316. msgMemoryDummy (1700//)
  317. dummy
  318. ;
  319. ; strings in mounts window
  320. txtReadOnly (1800//)
  321. read only
  322. ;
  323. ;
  324. txtValidating (//)
  325. validating
  326. ;
  327. ;
  328. txtReadWrite (//)
  329. read/write
  330. ;
  331. ;
  332. txtNoDisk (//)
  333. no disk
  334. ;
  335. ;
  336. txtUnreadable (//)
  337. unreadable
  338. ;
  339. ; strings in ports window
  340. msgWantToRemovePort (1900//)
  341. Do you really want to remove port\n\
  342. \"%s\"?
  343. ;
  344. ; strings in priority window
  345. txtPriorityWinTitle (2000//)
  346. Change priority
  347. ;
  348. ;
  349. txtMinPri (//)
  350. Min:
  351. ;
  352. ;
  353. txtMaxPri (//)
  354. Max:
  355. ;
  356. ;
  357. txtOldPri (//)
  358. Old:
  359. ;
  360. ;
  361. txtNewPri (//)
  362. New:
  363. ;
  364. ;
  365. msgSelectNewPriority (//)
  366. \033c Please select a new priority for \n\
  367. \"%s\"
  368. ;
  369. ; strings in residents window
  370. msgResidentsDummy (2100//)
  371. dummy
  372. ;
  373. ; strings in resources window
  374. msgWantToRemoveResource (2200//)
  375. Do you really want to remove resource\n\
  376. \"%s\"?
  377. ;
  378. ; strings in screenmodes window
  379. msgScreenModeCompatMixed (2300//)
  380. MCOMPAT_MIXED: can share display with other MIXED
  381. ;
  382. ;
  383. msgScreenModeCompatSelf (//)
  384. MCOMPAT_SELF: can share only within monitor
  385. ;
  386. ;
  387. msgScreenModeCompatNobody (//)
  388. MCOMPAT_NOBODY: only one viewport
  389. ;
  390. ; strings in semaphores window
  391. txtObtain (2400//)
  392. _Obtain
  393. ;
  394. ;
  395. txtRelease (//)
  396. Re_lease
  397. ;
  398. ;
  399. msgWantToObtainSemaphore (//)
  400. Do you really want to obtain semaphore\n\
  401. \"%s\"?
  402. ;
  403. ;
  404. msgWantToReleaseSemaphore (//)
  405. Do you really want to release semaphore\n\
  406. \"%s\"?
  407. ;
  408. ;
  409. msgNestCountIsZero (//)
  410. Sorry, the semaphore's nest count is already zero!
  411. ;
  412. ;
  413. msgWantToRemoveSemaphore (//)
  414. Do you really want to remove semaphore\n\
  415. \"%s\"?
  416. ;
  417. ; strings in signal window
  418. txtSignalWinTitle (2500//)
  419. Send signal
  420. ;
  421. ;
  422. txtNewSignal (//)
  423. Signal:
  424. ;
  425. ;
  426. txtWaitSignal (//)
  427. SigWait:
  428. ;
  429. ;
  430. msgSelectNewSignal (//)
  431. \033c Please select the signal for \n\
  432. \"%s\"
  433. ;
  434. ; strings in system window
  435. msgSystemDummy (2600//)
  436. dummy
  437. ;
  438. ; strings in tasks window
  439. txtFreeze (2700//)
  440. _Freeze
  441. ;
  442. ;
  443. txtActivate (//)
  444. _Activate
  445. ;
  446. ;
  447. txtSignal (//)
  448. _Signal
  449. ;
  450. ;
  451. txtBreak (//)
  452. _Break
  453. ;
  454. ;
  455. txtSeconds (//)
  456.  Secs:
  457. ;
  458. ;
  459. txtCPUOff (//)
  460. off
  461. ;
  462. ;
  463. txtCPUFull (//)
  464. full
  465. ;
  466. ;
  467. txtCPUPercent (//)
  468. in %
  469. ;
  470. ;
  471. msgWantToRemoveTask (//)
  472. Do you really want to remove %s\n\
  473. \"%s\"?
  474. ;
  475. ;
  476. msgWantToRemoveTaskWithStuff (//)
  477. Also remove ports, window, etc allocated by task\n\
  478. \"%s\"?
  479. ;
  480. ;
  481. msgCantFindTask (//)
  482. Sorry, I can't find that task!
  483. ;
  484. ;
  485. msgCantInstallPatchSemaphore (//)
  486. Can't install patch semaphore!
  487. ;
  488. ;
  489. msgFoundOldPatchSemaphore (//)
  490. Found old patch semaphore (V%ld.%ld)!\n\
  491. I will replace this one by a new one (V%ld.%ld)!
  492. ;
  493. ;
  494. txtNoTask (//)
  495. <no task>
  496. ;
  497. ;
  498. txtTaskStateFrozen (//)
  499. frozen
  500. ;
  501. ;
  502. txtTaskStateAdded (//)
  503. added
  504. ;
  505. ;
  506. txtTaskStateRunning (//)
  507. running
  508. ;
  509. ;
  510. txtTaskStateReady (//)
  511. ready
  512. ;
  513. ;
  514. txtTaskStateWaiting (//)
  515. waiting
  516. ;
  517. ;
  518. txtTaskStateWaitAbort (//)
  519. wait abort
  520. ;
  521. ;
  522. txtTaskStateWaitChild (//)
  523. wait child
  524. ;
  525. ;
  526. txtTaskStateWaitSemaphore (//)
  527. wait sema
  528. ;
  529. ;
  530. txtTaskStateWaitIntuition (//)
  531. wait intui
  532. ;
  533. ;
  534. txtTaskStateWaitNet (//)
  535. wait net
  536. ;
  537. ;
  538. txtTaskStateWaitDOS (//)
  539. wait dos
  540. ;
  541. ;
  542. txtTaskStateWaitBreakC (//)
  543. wait break C
  544. ;
  545. ;
  546. txtTaskStateWaitBreakD (//)
  547. wait break D
  548. ;
  549. ;
  550. txtTaskStateWaitBreakE (//)
  551. wait break E
  552. ;
  553. ;
  554. txtTaskStateWaitBreakF (//)
  555. wait break F
  556. ;
  557. ;
  558. txtTaskStateSuspended (//)
  559. suspended
  560. ;
  561. ;
  562. txtTaskStateExcept (//)
  563. except
  564. ;
  565. ;
  566. txtTaskStateRemoved (//)
  567. removed
  568. ;
  569. ;
  570. txtTaskStateInvalid (//)
  571. invalid
  572. ;
  573. ;
  574. txtTaskStateUnknown (//)
  575. < ??? >
  576. ;
  577. ;
  578. txtNodeTypeTask (//)
  579. task
  580. ;
  581. ;
  582. txtNodeTypeInterrupt (//)
  583. interrupt
  584. ;
  585. ;
  586. txtNodeTypeDevice (//)
  587. device
  588. ;
  589. ;
  590. txtNodeTypeMsgPort (//)
  591. msgport
  592. ;
  593. ;
  594. txtNodeTypeMessage (//)
  595. message
  596. ;
  597. ;
  598. txtNodeTypeFreeMsg (//)
  599. freemsg
  600. ;
  601. ;
  602. txtNodeTypeReplyMsg (//)
  603. replymsg
  604. ;
  605. ;
  606. txtNodeTypeResource (//)
  607. resource
  608. ;
  609. ;
  610. txtNodeTypeLibrary (//)
  611. library
  612. ;
  613. ;
  614. txtNodeTypeMemory (//)
  615. memory
  616. ;
  617. ;
  618. txtNodeTypeSoftInt (//)
  619. softint
  620. ;
  621. ;
  622. txtNodeTypeFont (//)
  623. font
  624. ;
  625. ;
  626. txtNodeTypeProcess (//)
  627. process
  628. ;
  629. ;
  630. txtNodeTypeSemaphore (//)
  631. semaphore
  632. ;
  633. ;
  634. txtNodeTypeSignalSem (//)
  635. signalsem
  636. ;
  637. ;
  638. txtNodeTypeBootNode (//)
  639. bootnode
  640. ;
  641. ;
  642. txtNodeTypeKickMem (//)
  643. kickmem
  644. ;
  645. ;
  646. txtNodeTypeGraphics (//)
  647. graphics
  648. ;
  649. ;
  650. txtNodeTypeDeathMessage (//)
  651. deathmessage
  652. ;
  653. ;
  654. txtNodeTypeUser (//)
  655. user
  656. ;
  657. ;
  658. txtNodeTypeExtended (//)
  659. extended
  660. ;
  661. ;
  662. txtNodeTypeUnknown (//)
  663. unknown
  664. ;
  665. ;
  666. txtNodeTypeInvalid (//)
  667. < ??? >
  668. ;
  669. ; strings in timers window
  670. msgTimersDummy (2800//)
  671. dummy
  672. ;
  673. ; strings in vectors window
  674. msgVectorsDummy (2900//)
  675. dummy
  676. ;
  677. ; strings in windows window
  678. txtToFront (3000//)
  679. To _Front
  680. ;
  681. ;
  682. msgWantToCloseScreen (//)
  683. Do you really want to close screen\n\
  684. \"%s\"?
  685. ;
  686. ;
  687. msgWantToCloseWindow (//)
  688. Do you really want to close window\n\
  689. \"%s\"?
  690. ;
  691. ; strings in patches window
  692. msgControlProgramNotInstalled (3100//)
  693. Neither SaferPatches nor SetMan nor PatchControl is installed!
  694. ;
  695. ;
  696. msgWrongSetManVersion (//)
  697. Wrong SetMan version!\n\
  698. wanted: 0x%08lx, is: 0x%08lx
  699. ;
  700. ;
  701. msgWantToDisablePatches (//)
  702. Disabling patches, even a complete patch list of\n\
  703. related patches, is a potentially dangerous operation.\n\
  704. Are you sure you want to continue?
  705. ;
  706. ;
  707. txtPatchDisabled (//)
  708. disabled
  709. ;
  710. ;
  711. txtPatchRemoved (//)
  712. removed
  713. ;
  714. ;
  715. txtPatchActive (//)
  716. active
  717. ;
  718. ; strings in audiomodes window
  719. msgCantOpenAHIDevice (3200//)
  720. Can't open %s version %ld!
  721. ;
  722. ; strings in resethandlers window
  723. msgWantToRemoveResetHandler (3300//)
  724. Do you really want to remove reset handler\n\
  725. \"%s\"?
  726. ;
  727. ;
  728.